home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Precision Software Appli…tions Silver Collection 4
/
Precision Software Applications Silver Collection Volume 4 (1993).iso
/
database
/
namedate.exe
/
BACKUP.BAT
next >
Wrap
DOS Batch File
|
1990-03-01
|
470b
|
25 lines
ECHO OFF
CLS
ECHO
ECHO
ECHO
ECHO This procedure will backup your NAMES & DATES data to a floppy
ECHO disk in the A: drive.
ECHO
ECHO
ECHO
ECHO If you do NOT want to run the BACKUP, hold down the Ctrl key and
ECHO press C, and then reply Y.
ECHO
ECHO
ECHO Otherwise, to proceed with the BACKUP:
ECHO
PAUSE
ECHO
ECHO
ECHO Copying files to A: drive...
ECHO ON
COPY *.DAT A:
COPY *.MEM A:
COPY *.K0* A: